projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2019-01-22
Andres Freund
Move remaining code from tqual.[ch] to heapam.h / heapa...
commit
|
commitdiff
|
tree
2019-01-22
Andres Freund
Move generic snapshot related code from tqual.h to...
commit
|
commitdiff
|
tree
2019-01-22
Andres Freund
Change snapshot type to be determined by enum rather...
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
commit
|
commitdiff
|
tree
2019-01-21
Alvaro Herrera
Create action triggers when partitions are detached
commit
|
commitdiff
|
tree
2019-01-21
Alvaro Herrera
Flush relcache entries when their FKs are meddled with
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Second try at fixing ecpglib thread-safety problem.
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Fix "Remove superfluous tqual.h includes" by adding...
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Fix sepgsql regression test.
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Remove superfluous tqual.h includes.
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Replace uses of heap_open et al with the corresponding...
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Replace heapam.h includes with {table, relation}.h...
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Introduce access/{table.h, relation.h}, for generic...
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Sort the dependent objects before recursing in findDepe...
commit
|
commitdiff
|
tree
2019-01-21
Alvaro Herrera
Add 'id' to Acknowledgments section
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal.
commit
|
commitdiff
|
tree
2019-01-21
Andres Freund
Adjust some more comments for WITH OIDS removal.
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Avoid thread-safety problem in ecpglib.
commit
|
commitdiff
|
tree
2019-01-21
Tom Lane
Revert "Fix under-quoted filename pattern in pgbench...
commit
|
commitdiff
|
tree
2019-01-21
Etsuro Fujita
Postpone generating tlists and EC members for inheritan...
commit
|
commitdiff
|
tree
2019-01-19
Tomas Vondra
Allow COPY FROM to filter data using WHERE conditions
commit
|
commitdiff
|
tree
2019-01-19
Tomas Vondra
Revert "Add valgrind suppressions for wcsrtombs optimiz...
commit
|
commitdiff
|
tree
2019-01-19
Magnus Hagander
Replace @postgresql.org with @lists.postgresql.org...
commit
|
commitdiff
|
tree
2019-01-19
Peter Eisentraut
Fix outdated comment
commit
|
commitdiff
|
tree
2019-01-18
Tom Lane
Fix under-quoted filename pattern in pgbench TAP test.
commit
|
commitdiff
|
tree
2019-01-18
Tom Lane
Use our own getopt() on OpenBSD.
commit
|
commitdiff
|
tree
2019-01-18
Alvaro Herrera
Fix creation of duplicate foreign keys on partitions
commit
|
commitdiff
|
tree
2019-01-18
Alvaro Herrera
Move CloneForeignKeyConstraints to tablecmds.c
commit
|
commitdiff
|
tree
2019-01-18
Alvaro Herrera
Refactor duplicate code into DeconstructFkConstraintRow
commit
|
commitdiff
|
tree
2019-01-18
Tom Lane
Avoid sometimes printing both tables and their columns...
commit
|
commitdiff
|
tree
2019-01-18
Peter Eisentraut
Remove obsolete comment
commit
|
commitdiff
|
tree
2019-01-18
Peter Eisentraut
configure: More use of AC_ARG_VAR
commit
|
commitdiff
|
tree
2019-01-18
Michael Paquier
Fix incorrect relation name in comment of vacuumlazy.c
commit
|
commitdiff
|
tree
2019-01-18
Michael Paquier
Enforce non-parallel plan when calling current_schema...
commit
|
commitdiff
|
tree
2019-01-18
Tom Lane
Avoid assuming that we know the spelling of getopt_long...
commit
|
commitdiff
|
tree
2019-01-18
Michael Paquier
Restrict the use of temporary namespace in two-phase...
commit
|
commitdiff
|
tree
2019-01-17
Magnus Hagander
Replace references to mailinglists with @lists.postgres...
commit
|
commitdiff
|
tree
2019-01-17
Magnus Hagander
Remove references to Majordomo
commit
|
commitdiff
|
tree
2019-01-17
Andrew Gierth
Postpone aggregate checks until after collation is...
commit
|
commitdiff
|
tree
2019-01-17
Tatsuo Ishii
Doc: enhance pgbench manual.
commit
|
commitdiff
|
tree
2019-01-17
Etsuro Fujita
postgres_fdw: Remove duplicate code in DML execution...
commit
|
commitdiff
|
tree
2019-01-16
Alvaro Herrera
Reorganize planner code moved in b60c39759908
commit
|
commitdiff
|
tree
2019-01-16
Peter Eisentraut
Increase test coverage in RI_Initial_Check()
commit
|
commitdiff
|
tree
2019-01-16
Peter Eisentraut
Increase test coverage in RI_FKey_fk_upd_check_required()
commit
|
commitdiff
|
tree
2019-01-16
Peter Eisentraut
Increase test coverage in RI_FKey_pk_upd_check_required()
commit
|
commitdiff
|
tree
2019-01-16
Peter Eisentraut
Add test case for ON DELETE NO ACTION/RESTRICT
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Don't duplicate parallel seqscan shmem sizing logic...
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Move vacuumlazy.c into access/heap.
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Fix parent of WCO qual.
commit
|
commitdiff
|
tree
2019-01-15
Tom Lane
Finish reverting "recheck_on_update" patch.
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Don't include genam.h from execnodes.h and relscan...
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Make naming of tupdesc related structs more consistent...
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Remove too generically named MissingPtr typedef.
commit
|
commitdiff
|
tree
2019-01-15
Andres Freund
Don't include heapam.h from others headers.
commit
|
commitdiff
|
tree
2019-01-14
Michael Paquier
Fix typos in documentation and for one wait event
commit
|
commitdiff
|
tree
2019-01-14
Andres Freund
Re-add default_with_oids GUC to avoid breaking old...
commit
|
commitdiff
|
tree
2019-01-14
Alvaro Herrera
Fix unique INCLUDE indexes on partitioned tables
commit
|
commitdiff
|
tree
2019-01-14
Heikki Linnakangas
Detach postmaster process from pg_ctl's session at...
commit
|
commitdiff
|
tree
2019-01-13
Andrew Dunstan
fix typo
commit
|
commitdiff
|
tree
2019-01-13
Andrew Dunstan
Make DLSUFFIX easily discoverable by build scripts
commit
|
commitdiff
|
tree
2019-01-13
Noah Misch
Make Emacs perl-mode indent more like perltidy.
commit
|
commitdiff
|
tree
2019-01-13
Tom Lane
Improve missing-program error handling in make_ctags...
commit
|
commitdiff
|
tree
2019-01-13
Michael Paquier
Fix error message for logical replication targets
commit
|
commitdiff
|
tree
2019-01-13
Peter Eisentraut
Make INSTALL makefile rule more robust
commit
|
commitdiff
|
tree
2019-01-13
Peter Eisentraut
configure: Update python search order
commit
|
commitdiff
|
tree
2019-01-13
Peter Eisentraut
Change default of recovery_target_timeline to 'latest'
commit
|
commitdiff
|
tree
2019-01-13
Michael Paquier
Improve error messages for incorrect types of logical...
commit
|
commitdiff
|
tree
2019-01-13
Andres Freund
Remove heapam.h include made superfluous by b60c3975990.
commit
|
commitdiff
|
tree
2019-01-11
Andrew Dunstan
Free pre-modification HeapTuple in ALTER TABLE ......
commit
|
commitdiff
|
tree
2019-01-11
Tom Lane
Avoid sharing PARAM_EXEC slots between different levels...
commit
|
commitdiff
|
tree
2019-01-11
Peter Eisentraut
doc: Correct documentation of install-time environment...
commit
|
commitdiff
|
tree
2019-01-11
Peter Eisentraut
Create INSTALL file using Pandoc
commit
|
commitdiff
|
tree
2019-01-11
Peter Eisentraut
Add value 'current' for recovery_target_timeline
commit
|
commitdiff
|
tree
2019-01-11
Amit Kapila
Extend pg_stat_statements_reset to reset statistics...
commit
|
commitdiff
|
tree
2019-01-10
Andrew Dunstan
Fix missing values when doing ALTER TABLE ALTER COLUMN...
commit
|
commitdiff
|
tree
2019-01-10
Tom Lane
Add .gitignore entry for a derived file created by...
commit
|
commitdiff
|
tree
2019-01-10
Tom Lane
Fix C++ compile failures in headers.
commit
|
commitdiff
|
tree
2019-01-10
Tom Lane
Remove unnecessary #include.
commit
|
commitdiff
|
tree
2019-01-10
Alvaro Herrera
Move inheritance expansion code into its own file
commit
|
commitdiff
|
tree
2019-01-10
Alvaro Herrera
Don't use address of array as boolean
commit
|
commitdiff
|
tree
2019-01-10
Alvaro Herrera
pgbench: add \cset and \gset commands
commit
|
commitdiff
|
tree
2019-01-10
Michael Paquier
Update unaccent rules with release 34 of CLDR for Latin...
commit
|
commitdiff
|
tree
2019-01-10
Tom Lane
Use perfect hashing, instead of binary search, for...
commit
|
commitdiff
|
tree
2019-01-10
Michael Paquier
Fix grammar mistakes in md.c
commit
|
commitdiff
|
tree
2019-01-09
Tom Lane
Reduce the size of the fmgr_builtin_oid_index[] array.
commit
|
commitdiff
|
tree
2019-01-09
Tom Lane
Update docs & tests to reflect that unassigned OLD...
commit
|
commitdiff
|
tree
2019-01-08
Tom Lane
Doc: update our docs about kernel IPC parameters on...
commit
|
commitdiff
|
tree
2019-01-08
Michael Paquier
Add --disable-page-skipping and --skip-locked to vacuumdb
commit
|
commitdiff
|
tree
2019-01-08
Tatsuo Ishii
Doc: fix meaning of acronym "btree".
commit
|
commitdiff
|
tree
2019-01-07
Andrew Gierth
doc: document that INFO messages always go to client.
commit
|
commitdiff
|
tree
2019-01-07
Peter Eisentraut
isolationtester: Use atexit()
commit
|
commitdiff
|
tree
2019-01-07
Peter Eisentraut
initdb: Use atexit()
commit
|
commitdiff
|
tree
2019-01-07
Peter Eisentraut
pg_basebackup: Use atexit()
commit
|
commitdiff
|
tree
2019-01-06
Tom Lane
Replace the data structure used for keyword lookup.
commit
|
commitdiff
|
tree
2019-01-05
Tom Lane
Fix program build rule in src/bin/scripts/Makefile.
commit
|
commitdiff
|
tree
2019-01-04
Alvaro Herrera
Don't create relfilenode for relations without storage
commit
|
commitdiff
|
tree
2019-01-04
Alvaro Herrera
Rename macro to RELKIND_HAS_STORAGE
commit
|
commitdiff
|
tree
2019-01-04
Tom Lane
Support plpgsql variable names that conflict with unres...
commit
|
commitdiff
|
tree
2019-01-04
Peter Eisentraut
Make sort-test.py Python 3 compatible
commit
|
commitdiff
|
tree
2019-01-04
Peter Eisentraut
unaccent: Make generate_unaccent_rules.py Python 3...
commit
|
commitdiff
|
tree
next