postgresql/src/backend
Alvaro Herrera 7684b6fbed
indexcmds.c: reorder function prototypes
... out of an overabundance of neatnikism, perhaps.
2020-11-17 14:22:26 -03:00
..
access nbtree: Rename nbtinsert.c variables for consistency. 2020-11-17 09:01:14 -08:00
bootstrap Fix some stray whitespace in parser files 2020-11-11 17:37:18 +01:00
catalog Provide the OR REPLACE option for CREATE TRIGGER. 2020-11-14 17:05:34 -05:00
commands indexcmds.c: reorder function prototypes 2020-11-17 14:22:26 -03:00
executor Remove useless entries for aggregate functions from fmgrtab.c. 2020-11-04 11:25:56 -05:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit jit: Add support for LLVM 12. 2020-11-09 20:01:33 -08:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq Message style improvements 2020-11-07 19:33:43 -03:00
main Remove -o option to postmaster 2020-11-10 13:15:01 +01:00
nodes Provide the OR REPLACE option for CREATE TRIGGER. 2020-11-14 17:05:34 -05:00
optimizer Fix get_useful_pathkeys_for_relation for volatile expressions 2020-11-03 22:31:57 +01:00
parser Normalize comment in empty grammar rules 2020-11-16 11:54:52 +01:00
partitioning Do not return NULL for error cases in satisfies_hash_partition(). 2020-11-16 16:39:59 -05:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
postmaster Rename PGPROC->vacuumFlags to statusFlags 2020-11-16 19:42:55 -03:00
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 2020-11-17 12:14:53 +05:30
rewrite Move catalog index declarations 2020-11-07 12:26:24 +01:00
snowball code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
statistics Fix some grammar and typos in comments and docs 2020-11-02 15:14:41 +09:00
storage Don't Insert() a VFD entry until it's fully built. 2020-11-16 20:32:55 -05:00
tcop Remove -o option to postmaster 2020-11-10 13:15:01 +01:00
tsearch Improve behavior of tsearch_readline(), and remove t_readline(). 2020-09-23 20:26:58 -04:00
utils Suppress "warning: variable 'collcollate' set but not used". 2020-11-15 12:39:49 -05:00
.gitignore
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00