postgresql/src/backend
Heikki Linnakangas 62420ae7d6 Move functions related to index maintenance to separate source file.
There is enough code here to deserve a file of their own, not be buried
in the middle of execUtils.c.
2015-04-24 09:33:23 +03:00
..
access Fix deadlock at startup, if max_prepared_transactions is too small. 2015-04-23 21:39:35 +03:00
bootstrap Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
catalog Rename pg_replication_slot's new active_in to active_pid. 2015-04-22 09:43:40 +02:00
commands Use the right type OID after creating a shell type 2015-04-22 16:23:02 -03:00
executor Move functions related to index maintenance to separate source file. 2015-04-24 09:33:23 +03:00
foreign
lib
libpq Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
main
nodes Rationalize vacuuming options and parameters 2015-03-18 11:52:33 -03:00
optimizer RLS fixes, new hooks, and new test module 2015-04-22 12:01:06 -04:00
parser Honor OID status of CREATE LIKE'd tables 2015-04-20 16:11:25 -04:00
po
port
postmaster Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
regex
replication Add 'active_in' column to pg_replication_slots. 2015-04-21 11:51:06 +02:00
rewrite RLS fixes, new hooks, and new test module 2015-04-22 12:01:06 -04:00
snowball
storage Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. 2015-04-02 10:39:24 -04:00
tcop Add OID output argument to DefineTSConfiguration 2015-03-25 15:57:08 -03:00
tsearch Define integer limits independently from the system definitions. 2015-04-02 17:43:35 +02:00
utils Fix typo in relcache's equalPolicy() 2015-04-17 16:37:11 -04:00
.gitignore
common.mk
Makefile
nls.mk